title: Device (Python) description: Python-side read-only device info: model, system version, screen, battery, orientation, and locale.
The scripting Python package exposes Device with read-only properties describing the host device — model, system version, screen, locale, battery, and orientation. Each property fires a single RPC call to fetch the current value; cache the result yourself if you read the same property in a tight loop.
